From a739cab66378a367cef8fa3a59f7ccb70a56bbb4 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Mon, 3 Jun 2024 16:36:20 +0800 Subject: [PATCH] ; * doc/lispref/display.texi (Image Descriptors): Insert missing text. --- doc/lispref/display.texi | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 864f85bdd46..64c2cab4ba6 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi @@ -5946,12 +5946,12 @@ factor. @vindex image-scaling-factor Alternatively, the symbol @code{default} may be specified, indicating that the image should be scaled according as the value of the -@code{image-scaling-factor} variable, which by default scales the image -in proportion to the average widths (@pxref{Low-Level Font}) of the -default faces of frames on which it happens to be displayed, if such -widths should exceed @code{10} pixels. If no other value is provided, -@code{create-image} will specify this value in image specifications it -creates. +@code{image-scaling-factor} variable is the default @code{auto} or a +number, which by default scales the image in proportion to the average +widths (@pxref{Low-Level Font}) of the default faces of frames on which +it happens to be displayed, if such widths should exceed @code{10} +pixels. If no other value is provided, @code{create-image} will specify +this value in image specifications it creates. @item :rotation @var{angle} Specifies a rotation angle in degrees. Only multiples of 90 degrees -- 2.30.2